home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1992 June: ROMin Holiday / ADC Developer CD (1992-06) (''ROMin Holiday'')_iso / Developer Connection - 06-1992.iso / Development Platforms / Apple II / Essentials / MPW IIGS Interfaces / AIIGSIncludes / E16.TextTool < prev    next >
Encoding:
Text File  |  1990-04-03  |  1.0 KB  |  33 lines  |  [TEXT/MPS ]

  1. ; File:  E16.TextTool
  2. ;
  3. ;
  4. ; Copyright Apple Computer, Inc. 1986-90
  5. ; All Rights Reserved
  6. ;
  7. ;
  8. badDevType EQU $0C01  ; not implemented
  9. badDevNum EQU $0C02  ; Illegal device number.
  10. badMode EQU $0C03  ; Bad mode: illegal operation.
  11. unDefHW EQU $0C04  ; Undefined hardware error
  12. lostDev EQU $0C05  ; Lost device: Device no longer on line
  13. lostFile EQU $0C06  ; File no longer in diskette directory
  14. badTitle EQU $0C07  ; Illegal Filename
  15. noRoom EQU $0C08  ; Insufficient space on specified diskette
  16. noDevice EQU $0C09  ; Volume not online
  17. noFile EQU $0C0A  ; File not in specifiled directory
  18. dupFile EQU $0C0B  ; Filename already exists
  19. notClosed EQU $0C0C  ; Attempt to open an open file
  20. notOpen EQU $0C0D  ; Attempt to close closed file
  21. badFormat EQU $0C0E  ; error reading real or integer
  22. ringBuffOFlo EQU $0C0F  ; Chars arriving too fast
  23. writeProtected EQU $0C10
  24. devErr EQU $0C40  ; Read or Write failed
  25. input EQU $0000
  26. output EQU $0001
  27. errorOutput EQU $0002
  28. basicType EQU $0000
  29. pascalType EQU $0001
  30. ramBased EQU $0002
  31. noEcho EQU $0000
  32. echo EQU $0001
  33.